home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / ftpcdrom_214.lha / user.doc < prev   
Text File  |  1994-06-11  |  1KB  |  44 lines

  1.                   FTP Simulator Door Version 1.0
  2.  
  3.   Introduction:
  4.  
  5.      With the advent of CD-ROM drives, the Citadel BBS needed a method
  6.      to access multiple directories and allow a user to transfer files
  7.      from the CD-ROM to their system.  This program allows a user to
  8.      change directory and yet is safe from the hacker.
  9.  
  10.   User Operation:
  11.  
  12.      The user has the following commands.
  13.  
  14.     CD  <directory>    Move to a sub-directory
  15.     UP                 Return to parent directory
  16.     DOWN               Move down the directory tree
  17.     LS                 Long directory listing
  18.     DIR                Short directory listing
  19.     GET  <file...file> Get a file for downloading
  20.     PWD                Print Working Directory
  21.     HELP               This information!
  22.     VIEW <file...file> view a text file(same as type, or more)
  23.     TYPE <file...file> type a text file(same as view, or more)
  24.     MORE <file...file> display a text file(same as type or view)
  25.     LOG                Exit this level
  26.     BYE                Exit this level
  27.     EXIT               Exit this level
  28.     QUIT               Exit this level
  29.     ?                  This Help information
  30.  
  31.  When you refer to a file or directory, you will only be able to access
  32.  what you see in the current directory.  This means that you cannot specify
  33.  
  34.    CD Aminet/Comm/BBS
  35.  
  36.  You must do that with 3 commands:
  37.  
  38.    CD Aminet
  39.    CD Comm
  40.    Cd BBS
  41.  
  42.  You cannot specify path info(this is to protect the BBS from hackers).
  43.  
  44.